* {
	box-sizing: border-box;
}

img {
	display: block;
}
.clr {
	clear: both;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
.lh_content {
	padding: 50px 0;
}
@media screen and (max-width: 1199px) {
	.inner {
		width: 100%;
		padding: 0 2%;
	}
	.lh_content {
		padding: 30px 0;
	}
	.s_toudip{margin-top: 60px;}
	.s_rczplist{margin-top: 60px;}
}


.lh_pageban img {
	width: 100%;
}

.lh_zptop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lh_zptitle {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
}
.lh_zptop_r {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lh_zptopbox {
	background: url(../images/lh_zpicon.png) no-repeat;
	background-size: 14px 14px;
	background-position: left center;
	padding-left: 35px;
	font-size: 16px;
	color: #666666;
	margin-left: 65px;
	line-height: 16px;
}

.lh_zpmain {
	margin-top: 30px;
	padding: 30px 0;
	/*border-bottom: 1px solid #f2f2f2;*/
	border-top: 1px solid #f2f2f2;
}
.lh_zpmaintitle {
	border-left: 3px solid #055a9f;
	font-size: 16px;
	color: #666666;
	line-height: 16px;
	padding-left: 13px;
}
.lh_zpmaintext {
	font-size: 14px;
	color: #666666;
	line-height: 2.5;
	margin-top: 15px;
	padding-left: 15px;
}



@media screen and (max-width: 768px) {
	.lh_zptop_r {
		width: 100%;
		margin-top: 20px;
	}
	.lh_zptopbox {
		margin-left: 0;
		margin-right: 20px;
	}
	
}

.lh_pagenavlist {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e3e1df;
}
.lh_pagenavlist li {
	padding: 0 50px;
	border-left: 1px solid #e3e1df;
}
.lh_pagenavlist li:first-child {
	border-left: none;
}
.lh_pagenavlist li a {
	font-size: 18px;
	color: #333333;
}
.lh_pagenavlist li.active a {
	color: #055a9f;
} 
@media screen and (max-width: 768px) {
	.lh_pagenavlist li {
		padding: 0;
		flex: 1;
		text-align: center;
	}
	.lh_pagenavlist li a {
		font-size: 14px;
	}
}


.lh_pubtitle {
	text-align: center;
}
.lh_pubtitle h1 {
	font-size: 32px;
	color: #333333;
	line-height: 1;
	font-weight: bold;
}
.lh_pubtitle h2 {
	font-size: 14px;
	color: #999999;
	line-height: 1;
	text-transform: uppercase;
}
.lh_pubtitle .titleline {
	width: 260px;
	height: 1px;
	background: #dfdfdf;
	position: relative;
	margin: 15px auto;
}
.lh_pubtitle .titleline .blueline {
	width: 40px;
	height: 3px;
	background: #095fa3;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -1px;
}
@media (max-width: 768px) {
	.lh_pubtitle h1 {
		font-size: 24px;
	}
}




.header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 93px;
}
.hd_l {
	display: flex;
	align-items: flex-end;
}
.hd_l img {
	display: block;
}
.hd_l h1 {
	font-size: 14px;
	color: #666666;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #e6e6e6;
}
.hd_l h1 span {
	font-weight: bold;
	color: #bb2822;
	font-size: 16px;
}
.hdnav {
	display: flex;
	align-items: center;
	height: 100%;
}
.hdnav>li {
	margin-left: 35px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.hdnav>li a {
	font-size: 16px;
	color: #333333;
}
.hdnav>li.active>a {
	font-weight: bold;
	color: #055a9f;
}

.hdnav>li .hdsubnav {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255,255,255,0.8);
	width: 150px;
	z-index: 999;
}
.hdnav>li .hdsubnav li {
	text-align: center;
}
.hdnav>li .hdsubnav li a {
	font-size: 14px;
	color: #666666;
	line-height: 35px;
}
/*.hdnav>li:hover .hdsubnav {
	display: block;
}*/
.navbtn	{
	width: 30px;
    height: 20px;
    display: none;
    position: relative;
}
.navbtn span {
	width: 30px;
    display: block;
    height: 2px;
    background: #333;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all .2s linear;
}
.navbtn span:nth-child(1) {
	top: 0;
}
.navbtn span:nth-child(2) {
	top: 10px;
}
.navbtn span:nth-child(3) {
	top: 20px;
}
.navbtn span.no1 {
    transform: rotate(45deg);
    top: 10px;
}
.navbtn span.no2 {
    visibility: hidden;
    opacity: 0;
}
.navbtn span.no3 {
    transform: rotate(-45deg);
    top: 10px;
}

@media (max-width: 1199px) {
	.header .inner {
		flex-wrap: wrap;
		width: 100%;
		padding: 0 3%;
		height: auto;
	}
	.hd_l {
		padding: 15px 0;
	}
	.navbtn {
		display: block;
	}
	.hdnav {
		display: none;
		width: 100%;
	}
	.hdnav>li {
		margin-left: 0;
		text-align: center;
		line-height: 32px;
    	border-top: 1px dotted #ccc;
	}
	.hdnav>li a {
		font-size: 12px;
	}
}
@media (max-width: 768px) {
	.hd_l h1 {
		display: none;
	}
	.hd_l img {
		width: 90%;
	}
}


.lh_hmcontent {
	background: url(../images/lh_hmbg.png) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 60px 0 80px;
}


.lh_hmcpdemo {
	margin-top: 45px;
}
.lh_hmcptag {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.lh_hmcptag li {
	width: 160px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #999999;
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	margin: 5px 10px;
	cursor: pointer;
}
.lh_hmcptag li.active {
	border-color: #055a9f;
	color: #055a9f;
}
@media (max-width: 768px) {
	.lh_hmcptag {
		justify-content: space-between;
	}
	.lh_hmcptag li {
		width: 49%;
		margin: 5px 0;
	}
}

.lh_hmcptabdemo {
	margin-top: 45px;
}
.lh_hmcpbigbox {
	display: none;
}



.lh_hmcplist {
	display: flex;
	flex-wrap: wrap;
}
.lh_hmcplist li {
	display: flex;
	flex-direction: column;
	width: 400px;
}
.lh_hmcplist li:nth-child(even) {
	flex-direction: column-reverse;
}
.lh_hmcppic {
	width: 100%;
	height: 265px;
}
.lh_hmcppic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lh_hmcptext {
	height: 265px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.lh_hmcptext h1 {
	font-size: 18px;
	color: #666666;
	line-height: 1;
	text-align: center;
}
.lh_hmcptext p {
	font-size: 12px;
	color: #999999;
	line-height: 2;
	text-align: center;
	padding: 0 20px;
	margin: 20px 0;
}
.lh_hmcptext a {
	display: flex;
	width: 180px;
	height: 40px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #055a9f;
	border: 1px solid #055a9f;
	border-radius: 5px;
}
.lh_readmore {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 40px;
	font-size: 14px;
	color: #999999;
	border: 1px solid #b0b0b0;
	border-radius: 5px;
	margin: 60px auto 0;
}
@media (max-width: 1199px) {
	.lh_hmcplist li {
		width: auto;
		flex: 1;
	}
}
@media (max-width: 768px) {
	.lh_hmcplist li {
		width: 100%;
		flex: none;
		flex-direction: row;
		margin-bottom: 10px;
	}
	.lh_hmcplist li:nth-child(even) {
		flex-direction: row;
	}
	.lh_hmcppic {
		width: 50%;
		height: auto;
	}
	.lh_hmcptext {
		width: 50%;
		height: auto;
		padding: 5% 0;
	}
	.lh_hmcptext a {
		width: 50%;
		height: 30px;
	}
	.lh_hmcptext h1 {
		font-size: 14px;
	}
	.lh_hmcptext p {
		margin: 10px 0;
		padding: 0 5%;
	}
}


.fttop {
	padding: 40px 0 40px;
	background: #333333;
	color: #fff;
}
.fttop .inner {
	display: flex;
	justify-content: space-between;
}

.fttoptitle {
	font-size: 16px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 25px;
}
.fttop_l p {
	font-size: 12px;
	line-height: 2.5;
}
.fttop_r p {
	text-align: center;
	margin-top: 5px;
}
.fttop_m {
	display: flex;
}
.fttop_m .fttopnav {
	width: 122px;
}
.fttopnavlist li a {
	font-size: 12px;
	color: #fff;
	line-height: 2.6;
}


.ftbot {
	background: #202020;
}
.ftbot .inner {
	height: 55px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
.ftbot .inner h1 {
	font-size: 14px;
}
.ftbot .inner h1 a{
	font-size: 14px;
    color: #fff;
}
.ftbot .inner span {
	font-size: 12px;
}
@media (max-width: 1199px) {
	.fttop_m {
		display: none;
	}
}
@media (max-width: 768px) {
	.ftbot .inner span {
		display: none;
	}
	.ftbot .inner h1 {
		text-align: center;
	}
	.fttop .inner {
		justify-content: space-around;
	}
}



.lh_jszltag {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
}
.lh_jszltag li {
	width: 160px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #333333;
	border: 1px solid #095fa3;
	margin: 0 10px;
	cursor: pointer;
}
.lh_jszltag li.active {
	background: #095fa3;
	color: #fff;
}

.lh_jszlmaindemo {
	margin-top: 40px;
}
.lh_jszlbox {
	display: none;
}
.lh_jszllist {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.lh_jszllist li {
	width: 31.67%;
	height: 64px;
	border: 1px solid #e2e2e2;
	background: url(../images/lh_downloadicon.png) no-repeat;
	background-size: 24px 24px;
	background-position: right 30px center;
	margin-bottom: 30px;
}
.lh_jszllist li a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 30px;
	font-size: 16px;
	color: #333;
	padding-right: 20%;
}
.lh_jszllist li.lh_emptydemo {
	width: 31.67%;
	height: 0;
	border: none;
	padding: 0;
	margin: 0;
}
.lh_jszllist li:hover {
	border-color: #055a9f;
}

.lh_spzllist {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lh_spzllist li {
	width: 31.67%;
	margin-bottom: 20px;
}
.lh_spzllist li .lh_spzlpicbox {
	width: 100%;
	height: 260px;
	position: relative;
}
.lh_videopic {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lh_videoicon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
}
.lh_spzllist li p {
	font-size: 16px;
	color: #333;
	height: 60px;
	background: #f9f9f9;
	line-height: 60px;
	text-align: center;
}
@media (max-width: 1199px) {
	.lh_spzllist li .lh_spzlpicbox {
		height: auto;
	}
}
@media (max-width: 768px) {
	.lh_jszltag li {
		width: 40%;
	}
	.lh_jszllist li {
		width: 100%;
		height: 50px;
		margin-bottom: 15px;
		background-position: right 15px center;
	}
	.lh_jszllist li a {
		padding: 0 15px;
		padding-right: 20%;
		font-size: 14px;
	}
	.lh_spzllist li {
		width: 100%;
	}
}

.lh_mask {
	display: none;
	background: rgba(0,0,0,0.3);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
.lh_layer {
	width: 800px;
	max-width: 95%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
}
.lh_layertop {
	background: #eeeeee;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}
.lh_layertop span {
	font-size: 16px;
	color: #333333;
}
.lh_layertop .lh_closebtn {
	width: 20px;
	height: 20px;
	background: url(../images/lh_closebtn.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	cursor: pointer;
}
.lh_layertop2 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	border-bottom: 1px dashed #eeeeee;
	font-size: 14px;
	color: #666666;
}
.lh_layermain {
	padding: 50px 0;
}
.lh_layerrow {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.lh_layerrow input {
	display: block;
	width: 260px;
	height: 30px;
	border: 1px solid #eeeeee;
	outline: none;
	padding: 0 10px;
	font-size: 12px;
}
.lh_layerrow h1 {
	width: 80px;
	text-align: right;
	font-size: 14px;
	color: #666666;
}



.lh_submit {
	display: block;
	background: #095fa3;
	font-size: 14px;
	color: #ffffff;
	width: 100px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	outline: none;
}
.lh_hideurl {
	display: none;
}


.lh_mask2 {
	display: none;
	background: rgba(0,0,0,0.3);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
.lh_mask2 .lh_maskvideobox {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
	max-width: 90%;
}
.lh_mask2 .lh_maskvideobox video {
	display: block;
	width: 100%;
}
.lh_mask2 .lh_maskvideobox .lh_closebtn {
	position: absolute;
	font-size: 40px;
	color: #eee;
	top: 5px;
	right: 15px;
	z-index: 999;
	cursor: pointer;
	user-select: none;
}












































































































































































































